xSQL Schema Compare SDK for SQL Server version 12
CollectionDictionaryBase<TItem> Class
Members 


The type of the collection elements.
Provides the base class for a collection-dictionary of Entity elements.
Object Model
CollectionDictionaryBase<TItem> Class
Syntax
'Declaration
 
<System.Reflection.DefaultMemberAttribute("Item")>
Public Class CollectionDictionaryBase(Of TItem As Entity) 
   Inherits System.Collections.ObjectModel.Collection(Of TItem)
[System.Reflection.DefaultMemberAttribute("Item")]
public class CollectionDictionaryBase<TItem> : System.Collections.ObjectModel.Collection<TItem> 
where TItem: Entity
[System.Reflection.DefaultMemberAttribute("Item")]
public __gc class CollectionDictionaryBase<TItem> : public System.Collections.ObjectModel.Collection<TItem> 
where TItem: Entity
Type Parameters
TItem
The type of the collection elements.
Remarks
The CollectionDictionaryBase<TItem> class cannot be used directly. You must derive your own collection from CollectionDictionaryBase<TItem>.
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      xSQL.Schema.Core.CollectionDictionaryBase<TItem>
         xSQL.Schema.SqlServer.PermissionTypeCollection
         xSQL.Schema.SqlServer.SqlSerializableCollection<TItem>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CollectionDictionaryBase<TItem> Members
xSQL.Schema.Core Namespace

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback